
#troduce {
    width: 100%;
    height: 150px;
    background-color: #fff;
    box-shadow: 0px 5px 15px #ccc;
}

#troduceMain {
    width: 1200px;
    height: 90px;
    padding: 30px 0px;
    margin: auto;
}

.troduceMainDiv {
    width: 25%;
    height: 80px;
    float: left;
}

.TRMDImg {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    float: left;
    text-align: center;
    box-shadow: 10px 5px 15px #ccc inset;
}

.TRMDImg2 {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    float: left;
    text-align: center;
    box-shadow: -10px -5px 15px #ccc inset;
}

.TRMDImg img {
    margin: 22px auto 0px;
    width: 43px;
    height: 43px;
}

.TRMDText {
    float: left;
    padding-left: 25px;
    padding-top: 15px;
}

.TRMDH1 {
    font-size: 18px;
    height: 30px;
    font-weight: bold;
}

.TRMDH5 {
    font-size: 14px;
}




#service {
    width: 100%;
    height: 830px;
}

#serviceMain {
    width: 1200px;
    height: 100%;
    margin: auto;
}

#serviceMainDiv {
    width: 1200px;
    height: 480px;
    position: relative;
}

#candle {
    height: 100px;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-top: 20px;
    background-color: #f9f9f9;
    position: absolute;
    top: 145px;
    left: -15px;
    z-index: 2;
}

#candle img {
    background-color: #f9f9f9;
    width: 36px;
    height: 72px;
}

.SMDprocess1 {
    width: 1080px;
    margin: 0px 60px;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: absolute;
    z-index: 2;
}

.SMDprocess2 {
    width: 1080px;
    margin: 0px 60px;
    height: 150px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    position: absolute;
    top: 350px;
    z-index: 2;
}

.SMDprocess1 div {
    float: left;
    width: 120px;
    height: 147px;
}

.SMDprocess1 div img {
    width: 120px;
    height: 147px;
}

.SMDprocess2 div {
    float: left;
    width: 120px;
    height: 147px;
}

.SMDprocess2 div img {
    width: 120px;
    height: 147px;
}

.SMDprocess1 ul {
    width: 100%;
    height: auto;
}

.SMDprocess1 ul li {
    float: left;
    margin-right: 120px;
    width: 120px;
    height: auto;
}

.SMDprocess1 ul li:last-child {
    margin-right: 0px;
}

.lc {
    display: block;
}

.lchover {
    display: none;
}

.SMDprocess1 ul li:hover .lc_p1 {
    color: #F4C41D;
}

.SMDprocess1 ul li:hover .lchover {
    display: block;
}

.SMDprocess1 ul li:hover .lc {
    display: none;
}

.lc_p1 {
    text-align: center;
    margin-top: 5px;
    color: #202A36;
    font-size: 18px;
    font-weight: bold;
}

.SMDprocess1 ul {
    width: 100%;
    height: auto;
}

.SMDprocess2 ul li:last-child {
    margin-right: 0px;
}

.SMDprocess2 ul li {
    float: left;
    margin-right: 120px;
}

.SMDprocess2 ul li:hover .lc_p1 {
    color: #F4C41D;
}

.SMDprocess2 ul li:hover .lchover {
    display: block;
}

.SMDprocess2 ul li:hover .lc {
    display: none;
}



#SEMDFK {
    width: 1200px;
    height: 350px;
    border: #000 2px solid;
    position: absolute;
    top: 60px;
    z-index: 1;
}



.caption1 {
    width: 100%;
    height: 130px;
    padding-top: 70px;
    text-align: center;
    position: relative;
}

.captionH1 {
    width: 140px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    background-color: #f9f9f9;
}

.captionH1a {
    width: 140px;
    height: 40px;
    margin: auto;
    text-align: center;
    font-size: 26px;
    background-color: #202a36;
    color: #fff;
    position: relative;
    z-index: 50;
}

.captionP {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 18px;
    color: #F4C41D;
    text-transform: uppercase;
}

.juxing_img1 {
    position: absolute;
    top: 85px;
    right: 500px;
}

